home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950929-19951130 / 000358_news@columbia.edu_Tue Nov 7 14:48:44 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA09879
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun>); Sat, 11 Nov 1995 06:17:19 -0500
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.6.12/8.6.12) id GAA03592 for kermit.misc@watsun; Sat, 11 Nov 1995 06:17:17 -0500
  4. Newsgroups: comp.protocols.kermit.misc
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!news.kei.com!simtel!zombie.ncsc.mil!news.mathworks.com!newsfeed.internetmci.com!in1.uu.net!EU.net!uknet!newsfeed.ed.ac.uk!leeds.ac.uk!news
  6. From: mip@mphd1.novell.leeds.ac.uk (Martin Plumb)
  7. Subject: Kermit script crashing
  8. Message-Id: <mip.11.00150CA8@mphd1.novell.leeds.ac.uk>
  9. Organization: University of Leeds
  10. Date: Tue, 7 Nov 1995 14:48:44 +0000 (GMT)
  11. X-Newsreader: Trumpet for Windows [Version 1.0 Rev B final beta #4]
  12. Lines: 25
  13. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  14.  
  15. I have written a Kermit script which runs on a PC and automatically enters 
  16. data into a database running on an IBM RS6000 computer.
  17.  
  18. Everything works as I would expect until the end when the script tries to 
  19. send the appropriate sequences to log off from the RS6000.  At that point it 
  20. puts ^O on the screen and apparently crashes. 
  21.  
  22. Further investigation revealed that it doesn't crash - instead, it comes out 
  23. of the script and into connect mode where I seem to have to type CTRL N 
  24. and <Return> before it will talk again.
  25.  
  26. The root cause of the problem appears to be the sequence:-
  27. ESC [ 63 ; 1 " p
  28. which is sent by the RS6000.  As far as we can establish, that is supposed to 
  29. select a VT mode and perform a soft reset.
  30.  
  31. I tried setting TERM to a non-Ansi type (eg VT52) just before the 
  32. sequence was due to arrive but it didn't solve the problem.
  33.  
  34. Incidentally, if I go through the whole procedure in connect mode, Kermit is 
  35. quite happy!
  36.  
  37. Does anyone have any ideas?
  38.  
  39. Martin Plumb